listContacts

fun listContacts(async: Boolean? = null): ProfileList

Returns a list of contacts for this account.

Parameters

async

Return results from local store immediately, refreshing from server afterward if needed. If false (default), block until all pending profiles have been retrieved.

Throws